home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
c't freeware shareware 1999 February
/
CT_SW9902.ISO
/
mac
/
software
/
wissen
/
daten
/
gnuplot.hqx
/
gnuplot.2.0b4
/
Scripting Notes - a28
< prev
next >
Wrap
Text File
|
1997-04-17
|
1KB
|
42 lines
2.0a28
The 'open dialog' event is working again. gnuplot must be brought to the
front before you send the event. If gnuplot is running in the background
when it receives this event it will return 2000 as the error code.
2.0a27
The clipboard is now a property. You can plot it by itself or as part of
a list of files. Plotting a table of data in memory works the same way.
I use the mixed command/data function of gnuplot to plot Apple event data.
This method, which is really the best way, has the limitation that only
one set of data can be plotted. The rest of the parameters in a list must
be files.
The 'plot' and 'splot' apple event will not work for functions.
Please see the 'multiple plots' file in the :Scripts:AppleScript Samples:
folder.
Pre-a27
1. The 'graph' class is a subclass of the class 'window', but you can access
the graph specific properties via a window object if you want. In other
words:
get picture of window "Graph 1: A Graph"
is equivalent to:
get picture of graph "Graph 1: A Graph"
2. The 'graph number' can be used to grab the counter that is displayed as
part of the window title. The graph number is zero if the window is the
'single window'.
3. Printing via Apple events is not currently supported.